AJAX support
IntraWeb supports AJAX. With AJAX you can create web applications that can send data to, and retrieve data from a server asynchronously (in the background) without interfering with the display and behavior of the existing page. Most of the IntraWeb visual components has built-in AJAX support and allows more user friendly page updates, without a full postback operation.
Old Page Mode
IntraWeb page mode is basically the same as CGI and in it is stateless. You can create IntraWeb forms and us them in a CGI like application. The old page mode support is available in IntraWeb 10 only. You need to use Web Broker for using the IntraWeb 10 page mode.
Integrated Page Mode
The new Integrated Page Mode, formely IPM, is a new feature introduced in IntraWeb XI that allows serving HTML files, mapping URL to forms and allows mixing the old page mode along with application mode. For more information about IPM, check Integrated Page Mode Overview.
RSS Feeds
With the RSS Feeds support starting from IntraWeb XI, you can start syndicate content from your IntraWeb application automatically. For more information, check RSS Feeds.
Static Content
Static content allows you to add static items such as html, jpg, etc to your application. This can be useful for downloads, templates, or even pages. For more information, check Integrated Page Mode Overview
URL Mapping
The URL Mapping feature introduced in IntraWeb XI allows the developer to map a URL directly to a IW Form, allowing the users of your application add bookmarks, for example. For more information, check Integrated Page Mode Overview
Embeded Web Server (Stand Alone Server)
The Stand Alone Server application type allows you to run your application without the dependency of a web server like IIS or Apache, which is easier to deploy.
Windows Service Deployment
Deploying your SA Server as a Window service ensures your application is always re-started due to a server reboot, as well allows more specific application settings, as associating the application with a Windows Login.
ISAPI Deployment
Deploy your applications in ISAPI enabled web servers, like IIS and Apache (Windows only)
SSL Encyrption
Enable Security Socket Layer in your application whi is available when you use the SA Server. For ISAPI, you need to use the built-in SSL in the web server.
IP Binding
Allows you to bind the application to a certain IP.
Priority Support
Access to priority support. Check How to get support for more information.
Access to Source Code (Most)
Access to most of the IntraWeb source code.
Concurrent Session Limit
This limitation is only active in the Personal Edition
Application Mode
The application mode is the default way of developing statefull web applications with IntraWeb
Authentication Components
Built-in authentication components which uses HTTP authentication for application access. Check Authorization for more information
Session Inactivity Timeout
Ability to set the maximum amount of time a user session can be idle, before the user session is destroyed.
Maximum Session Time
In all IntraWeb editions there is no time limit for a session.
Evaluation Notice
The evaluation version of IntraWeb may show a evaluation message before starting the application.
Built-in HTML editor
The built-in HTML Editor allows your users to edit the content of HTML files of your applications directly in the Browser.
URL Responders
Add custom processment when your application received a specific URL request.
Check Using URL Responders.
Embeded jQuery library
IntraWeb now includes the latest jQuery release.
Content Compression using ZLib DLL
Use the ZLib compression to speed up page downloads, specially for mobile devices. Requires deployment of Zlib DLL along with your application.
Content Compression using ZLib embeded code
Use the embeded ZLib compression. No DLL deployment required.
|